Homemonde Lifestyle

Owner: design@homemonde.com · Homemonde · ← all brands

Active days
14
Sessions
87
Active hours
1.72
real mouse/keyboard time
Page views
78
Actions
2
Entities changed
2

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
2

Current automation state

Rules
4 / 7
active / total — 2 paused, 1 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
7
Executives
0
Sellers
1
Vendors
0

Profile 4382941998531409 · amazon · north_america

Top users on this brand

EmailNameRoleSessionsActive min
design@homemonde.com Overseas Manager Manager 78 94.2
ekansh.ojha@evits.in Ekansh Ojha Manager 8 5.9
ishank.dayama@evitamin.in Ishank Dayama Manager 1 2.9

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-05-26 1 8 0.45 18 0 0
2026-05-27 1 14 0.27 4 0 0
2026-05-28 1 1 0.00 0 0 0
2026-05-29 1 12 0.13 5 0 0
2026-05-30 1 1 0.00 0 0 0
2026-06-01 1 1 0.02 0 0 0
2026-06-08 1 1 0.00 4 0 0
2026-06-09 1 12 0.45 30 2 2
2026-06-15 1 5 0.06 4 0 0
2026-06-16 3 12 0.18 8 0 0
2026-06-17 1 1 0.02 0 0 0
2026-06-18 1 14 0.09 5 0 0
2026-06-22 1 2 0.02 0 0 0
2026-06-25 1 3 0.02 0 0 0
4 queries · scanned 28.84 MB · cost $0.000172 · 6.53s
Query 1 · 1 rows · 13.73 MB · $0.000082 · 2.17s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Homemonde Lifestyle')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
Query 2 · 3 rows · 5.35 MB · $0.000032 · 1.22s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       ANY_VALUE(role)      AS role,
       SUM(sessions)        AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('Homemonde Lifestyle')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 14 rows · 9.49 MB · $0.000057 · 1.95s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Homemonde Lifestyle')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY day
Query 4 · 1 rows · 273.0 KB · $0.000002 · 1.20s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Homemonde Lifestyle')
LIMIT 5